home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TFORMJOINGROUPNAME / TFORMJOINGROUPNAME.txt
Text File  |  2007-09-27  |  2KB  |  76 lines

  1. object FormJoinGroupName: TFormJoinGroupName
  2.   Left = 523
  3.   Top = 246
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   BorderWidth = 6
  7.   Caption = 'Wprowad'#378' now'#261' nazw'#281
  8.   ClientHeight = 67
  9.   ClientWidth = 303
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -9
  14.   Font.Name = 'Verdana'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 46
  23.     Width = 76
  24.     Height = 13
  25.     Caption = 'Nowa nazwa:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Verdana'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 0
  35.     Top = 8
  36.     Width = 253
  37.     Height = 14
  38.     Caption = 'Wprowad'#378' now'#261' nazw'#281' metakontaktu'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -12
  42.     Font.Name = 'Verdana'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object NewName: TEdit
  47.     Left = 88
  48.     Top = 42
  49.     Width = 121
  50.     Height = 21
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'Verdana'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 0
  58.     OnKeyPress = NewNameKeyPress
  59.   end
  60.   object ButtonOk: TButton
  61.     Left = 224
  62.     Top = 40
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'Verdana'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 1
  73.     OnClick = ButtonOkClick
  74.   end
  75. end
  76.